home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / spoc88 / scrhnd / xtdoms.pro < prev    next >
Text File  |  1988-04-18  |  1KB  |  24 lines

  1. /* Listing 1: XTDOMS.PRO     */
  2.  
  3. /****************************************************************
  4.      Turbo Prolog Toolbox
  5.      (C) Copyright 1987 Borland International.                
  6.                                                               
  7.  In order to use the tools, the following domain declarations 
  8.  should be included in the start of your program              
  9. ****************************************************************/
  10. /***************************************************************
  11.  * Modified 2/5/88 G. Wood
  12.  *   Added 'plus' to domain of KEY. See changes in
  13.  *   XTPREDS.PRO and XSCRHND.PRO
  14.  ***************************************************************/
  15.  
  16. DOMAINS
  17.   ROW, COL, LEN, ATTR   = INTEGER
  18.   STRINGLIST = STRING*
  19.   INTEGERLIST = INTEGER*
  20.   KEY    = cr; esc; break; tab; btab; del; bdel; ctrlbdel; ins;
  21.          end ; home ; fkey(INTEGER) ; up ; down ; left ; right ;
  22.          ctrlleft; ctrlright; ctrlend; ctrlhome; pgup; pgdn;
  23.          ctrlpgup; ctrlpgdn; char(CHAR) ; plus; otherspec
  24.